home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992…tember: A ROM With a View / devSep92 / devSep92.dmg / Tools & Apps / OS⁄Toolbox / Apple Events / AE Word Services 1.0d6 / Library Source / AppEvents.h < prev    next >
Encoding:
Text File  |  1991-12-18  |  558 b   |  19 lines  |  [TEXT/KAHL]

  1. OSErr InitReqHandlers( void );
  2.  
  3. OSErr GetTargetAddress( StringPtr myPrompt,
  4.                         StringPtr myAppStr,
  5.                         PortInfoRec *myPortInfoPtr,
  6.                         AEAddressDesc *targetAddressPtr,
  7.                         StringPtr serviceName,
  8.                         TargetID *toTargetIDPtr );
  9.  
  10. pascal Boolean MyPPCBrowseProc( LocationNamePtr theLoc, PortInfoPtr thePortInfo );
  11.  
  12. Boolean PStrCmp( StringPtr foo, StringPtr bar );
  13.  
  14. OSErr GetEventType( AppleEvent *theAppleEventPtr,
  15.                     AEEventClass *theClassPtr,
  16.                     AEEventID *theIDPtr );
  17.  
  18. OSErr GetEventID( AppleEvent *theAppleEventPtr,
  19.                     AEEventID *theIDPtr );